home *** CD-ROM | disk | FTP | other *** search
- global gOldMovie, gWhichMovie, gWhichClip, gWhichCamera, gAutomated
-
- on mouseDown
- if legalButton(the clickOn) then
- if developersKey() then
- set gOldMovie to gWhichMovie
- if the optionDown then
- set gWhichMovie to gWhichMovie - 1
- else
- set gWhichMovie to gWhichMovie + 1
- end if
- set gWhichClip to 1
- advanceClip(1)
- else
- restoreControl()
- setProp(17, 21, "visibility", 1)
- setProp(23, 29, "visibility", 0)
- swapPlaybackScreen("playback dot")
- end if
- end if
- end
-